treewide: Futher improve compile times for clangStdenv builds#13775
Merged
Mic92 merged 5 commits intoNixOS:masterfrom Aug 17, 2025
Merged
treewide: Futher improve compile times for clangStdenv builds#13775Mic92 merged 5 commits intoNixOS:masterfrom
Mic92 merged 5 commits intoNixOS:masterfrom
Conversation
(Before) **** Time summary: Compilation (61 times): Parsing (frontend): 143.2 s Codegen & opts (backend): 105.8 s (After) **** Time summary: Compilation (61 times): Parsing (frontend): 113.8 s Codegen & opts (backend): 111.7 s
(Before) **** Time summary: Compilation (14 times): Parsing (frontend): 60.1 s Codegen & opts (backend): 18.0 s (After) **** Time summary: Compilation (15 times): Parsing (frontend): 16.6 s Codegen & opts (backend): 17.4 s
(Before) **** Time summary: Compilation (30 times): Parsing (frontend): 98.2 s Codegen & opts (backend): 27.7 s (After) **** Time summary: Compilation (31 times): Parsing (frontend): 34.9 s Codegen & opts (backend): 28.1 s
(Before) **** Time summary: Compilation (17 times): Parsing (frontend): 72.3 s Codegen & opts (backend): 47.8 s (After) Compilation (19 times): Parsing (frontend): 27.5 s Codegen & opts (backend): 43.8 s
(Before) **** Time summary: Compilation (25 times): Parsing (frontend): 145.5 s Codegen & opts (backend): 65.9 s (After) **** Time summary: Compilation (26 times): Parsing (frontend): 39.9 s Codegen & opts (backend): 55.1 s
Mic92
approved these changes
Aug 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Follow-ups to #13519 and 6ec50ba.
Local builds are significantly faster. For individual components see individual commit messages.
(Before locally)
(After locally)
Context
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.